Skip to content

Fix progress reporting for files larger than Integer.MAX_VALUE (2.14 GB) on Android #766

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 525 commits into
base: master
Choose a base branch
from

Conversation

treyreynolds
Copy link

If you attempt to download a file that is larger than ~2 GB on Android you won't receive any progress updates. The fix in this case is simply hard coding a max contentLength so that at least delta updates will come through. This was confirmed to work experimentally and is admittedly a small edge case.

Riccardo Cipolleschi and others added 25 commits September 30, 2022 16:59
[Feat]Update iOS Implementation with unused Android methods
[Feat] Android Implementation for New Arch
[Feat] Connect iOS to JS and test TM
[Feat] Update iOS implementation - 3/n
[Chore] Remove Apps from examples folder - 2/n
[FEAT] Add Flow specs - New Arch Migration 1/n
fixes #113
fixes #89
…ackage

Fix bug issue #113 in new version package(0.16.3)
Seems like this is just an example of the "rename everything" commit
renaming a little more than it should. It does not seem to be a repo on
https://github.com/RonRadtke/react-native-blob-util-dev either.
 'boolean java.lang.String.isEmpty()' on a null object reference on certain Android phones.
Fixes #170 (thanks @Saikedo)
# Conflicts:
#	android/src/main/java/com/ReactNativeBlobUtil/ReactNativeBlobUtilImpl.java
#	android/src/main/java/com/ReactNativeBlobUtil/ReactNativeBlobUtilReq.java
* RN new architecture support

Merge branch 'pulls/663244431/186' into develop

Thanks a lot for your effort @cipolleschi and  @cortinico
* support for new arch

Merge remote-tracking branch 'origin/develop'
Fix link in CONTRIBUTING.md to dev project
Ron Radtke and others added 4 commits November 10, 2022 22:16
* migration to new architecture
fix: with react-native-web product build will `export 'URIUtil' (reexported as 'URIUtil') was not found`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.